Skip to content

Conversation

@inffy
Copy link
Member

@inffy inffy commented Jan 10, 2026

Needs #97

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the toggle-devmode and install-system-flatpaks recipes. The changes transition from rpm-ostree to bootc for image switching and adopt Homebrew Brewfiles for managing Flatpak installations, which is a good improvement. However, I've found a couple of issues in the shell scripting: an unquoted variable that could cause issues with image names containing special characters, and a reused variable name that introduces a logical bug in the Flatpak installation logic. Addressing these will improve the robustness of the scripts.

@inffy inffy marked this pull request as ready for review January 11, 2026 08:23
esac

flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
# Disable Fedora Flatpak remotes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you intend to delete this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kind of, I just aligned with bluefins and i think they never had this part.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's fine to remove, we should probably add the fedora flaptak stuff to the alternate installation guide then, so we at least can point to somewhere.

@renner0e renner0e added this pull request to the merge queue Jan 12, 2026
Merged via the queue into get-aurora-dev:main with commit 5c5598e Jan 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants